Sending Usage Report when the Computer is Connected to Internet through Proxy |
|
If the computer is connected to Internet through proxy, then the usage report cannot be sent to Process Platform License Service. The Cordys properties file can be modified to allow the usage report to be sent through the proxy.
- Click Start > Programs > Cordys 4.2 > <Instance Name> > Tools > *Cordys Management Console.*CMC is launched.
- Click on the Cordys Properties button on the left.
- Set the following properties in Cordys properties file
- bus.http.ProxySet = true
- bus.http.proxyHost = <proxyhostname> (here proxyhostname must be an IP address)
- bus.http.proxyPort = <proxyhostport>
- bus.http.proxyUser = <proxyusername>
- bus.http.proxyPassword = <proxyPassword>(in plain text)
- bus.http.proxyAuthorization = <authorizationType>
For example, the following values can be set: - bus.http.ProxySet = true
- bus.http.proxyHost = 10.192.60.47
- bus.http.proxyPort = 8080
- bus.http.proxyUser = proxyAdmin
- bus.http.proxyPassword = adminPassword
- bus.http.proxyAuthorization = Basic
Note
In case HTTPS is to be enabled, set the following property in the Cordys properties file:bus.gateway.protocol = https
- Restart the Cordys Monitor and IIS for changes to take effect.
Usage report is sent when the computer is connected to Internet through Proxy.